|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| void | main (void) |
| void | WDT_A_ISR (void) |
| void main | ( | void | ) |
WDT - Toggle P1.0, Interval Overflow ISR, DCO SMCLK
Toggle P1.0 using software timed by the WDT ISR. Toggle rate is approx. 30ms = {(default DCO 1.045MHz) / 32768} based on default DCO = SMCLK clock source used in this example for the WDT. ACLK = n/a, MCLK = SMCLK = default DCO ~1.045MHz
| / | | |
|---|---|
| – | RST |
| P1.0 | -->LED |
| |
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 62 of file wdt_a_ex1_intervalSMCLK.c.
References __no_operation().
| void WDT_A_ISR | ( | void | ) |
Definition at line 95 of file wdt_a_ex1_intervalSMCLK.c.